projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2771160
)
Declare strerror.
author
Roland McGrath
<roland@gnu.org>
Sat, 8 Jan 1994 22:28:39 +0000
(22:28 +0000)
committer
Roland McGrath
<roland@gnu.org>
Sat, 8 Jan 1994 22:28:39 +0000
(22:28 +0000)
lib-src/env.c
patch
|
blob
|
history
diff --git
a/lib-src/env.c
b/lib-src/env.c
index 35532e0360d7cfabbf304bba1d52cb39f10485eb..2ae81a630b839583f61b5d8706df17e77941c9cb 100644
(file)
--- a/
lib-src/env.c
+++ b/
lib-src/env.c
@@
-96,6
+96,9
@@
void setenv ();
void fatal ();
char *myindex ();
+extern char *strerror ();
+
+
main (argc, argv, envp)
register int argc;
register char **argv;